HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/okaycolor.creativefellows.nl/public/scss/_footer.scss
footer{
	padding:1.5rem 0;
	background-color:$black;
	color:$white;
	text-align:center;
	
	ul li::after{content:"•";color:$primary-color;padding:0 0.375rem;font-size:1.5rem;line-height:1.5rem;}
	ul li:last-child::after{display:none;}
}

.debug{position:fixed;width:400px;top:1rem;right:1rem;border:solid 1px red;background:$white;z-index:1000;min-height:6rem;box-shadow: 0 0 1rem 0 rgba(0,0,0,0.75);}